home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / fratboy_.swf / scripts / frame_954 / PlaceObject2_2029_8 / CLIPACTIONRECORD on(release).as
Text File  |  2010-11-09  |  226b  |  13 lines

  1. on(release){
  2.    if(_root.mainSound.getVolume() == 100)
  3.    {
  4.       this.gotoAndStop(35);
  5.       _root.mainSound.setVolume(0);
  6.    }
  7.    else
  8.    {
  9.       this.gotoAndPlay(1);
  10.       _root.mainSound.setVolume(100);
  11.    }
  12. }
  13.